home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-10-24 | 9.1 KB | 267 lines |
- # Makefile for TCP/IP on the Acorn Archimedes
- #
- # For use with Acorn ANSI C Release 3.00 and AMU
- #
- CFLAGS=-c -throwback
- #
- net: o.arc o.arc_io o.arp o.arpcmd o.arpdump o.ax25 o.ax25cmd o.ax25dump \
- o.ax25subr o.ax25user o.ax_mbx o.cmdparse o.domain o.files o.fingcli \
- o.fingserv o.ftp o.ftpcli o.ftpserv o.icmp o.icmpcmd o.icmpdump \
- o.icmpmsg o.iface o.ip o.ipcmd o.ipdump o.iproute o.kiss o.lapb \
- o.lapbtime o.lcsum o.main o.mbuf o.mem o.misc o.netuser o.nntpcli o.nr3 o.nr4 \
- o.serial o.nr4subr o.nr4timer o.nr4user o.nrcmd o.nrs o.nrsubr o.pathname \
- o.session o.slip o.smisc o.smtpcli o.smtpserv o.tcpcmd o.tcpdump \
- o.tcpin o.tcpout o.tcpsubr o.tcptimer o.tcpuser o.telnet o.timer \
- o.tnserv o.trace o.ttydriv o.udp o.udpcmd o.udpdump o.version o.window
- link -o net o.* C:o.RISC_OSLib C:o.Stubs
- # squeeze net
-
- o.arc: c.arc h.global h.cmdparse h.iface h.icmp h.timer h.netuser \
- h.tcp h.smtp h.arc
- cc $(CFLAGS) arc -I$.RISC_OSLib
-
- o.arc_io: c.arc_io h.global h.mbuf h.internet h.iface h.cmdparse h.arc \
- h.misc
- cc $(CFLAGS) arc_io -I$.RISC_OSLib
-
- o.arp: c.arp h.global h.mbuf h.timer h.iface h.ax25 h.ip h.arp h.icmp \
- h.misc
- cc $(CFLAGS) arp
-
- o.arpcmd: c.arpcmd h.global h.mbuf h.timer h.ax25 h.arp h.cmdparse \
- h.netuser h.domain h.misc
- cc $(CFLAGS) arpcmd
-
- o.arpdump: c.arpdump h.global h.timer h.netuser h.arp h.misc
- cc $(CFLAGS) arpdump
-
- o.ax25: c.ax25 h.global h.mbuf h.iface h.timer h.arp h.slip h.ax25 \
- h.lapb h.netrom h.ip
- cc $(CFLAGS) ax25
-
- o.ax25cmd: c.ax25cmd h.global h.mbuf h.ax25 h.ax_mbx h.timer h.iface \
- h.lapb h.cmdparse h.session h.netuser h.misc
- cc $(CFLAGS) ax25cmd
-
- o.ax25dump: c.ax25dump h.global h.mbuf h.ax25 h.timer h.lapb h.trace h.arp \
- h.ip h.misc h.netrom
- cc $(CFLAGS) ax25dump
-
- o.ax25subr: c.ax25subr h.global h.mbuf h.timer h.ax25 h.lapb
- cc $(CFLAGS) ax25subr
-
- o.ax25user: c.ax25user h.global h.mbuf h.timer h.iface h.ax25 h.lapb
- cc $(CFLAGS) ax25user
-
- o.ax_mbx: c.ax_mbx h.global h.mbuf h.ax25 h.timer h.iface h.lapb \
- h.netrom h.nr4 h.ax_mbx h.cmdparse h.smtp h.misc
- cc $(CFLAGS) ax_mbx
-
- o.cmdparse: c.cmdparse h.global h.cmdparse h.misc
- cc $(CFLAGS) cmdparse
-
- o.domain: c.domain h.global h.mbuf h.timer h.netuser h.cmdparse h.domain \
- h.misc
- cc $(CFLAGS) domain
-
- o.files: c.files
- cc $(CFLAGS) files
-
- o.fingcli: c.fingcli h.global h.mbuf h.timer h.internet h.icmp h.netuser \
- h.tcp h.finger h.session h.misc h.domain
- cc $(CFLAGS) fingcli
-
- o.fingserv: c.fingserv h.global h.mbuf h.timer h.internet h.icmp \
- h.netuser h.tcp h.finger h.session h.misc h.arc
- cc $(CFLAGS) fingserv
-
- o.ftp: c.ftp h.global h.mbuf h.netuser h.timer h.tcp h.ftp h.session \
- h.misc
- cc $(CFLAGS) ftp
-
- o.ftpcli: c.ftpcli h.global h.mbuf h.netuser h.icmp h.timer h.tcp h.ftp \
- h.session h.cmdparse h.misc h.domain
- cc $(CFLAGS) ftpcli
-
- o.ftpserv: c.ftpserv h.global h.mbuf h.netuser h.timer h.tcp h.ftp \
- h.misc h.arc
- cc $(CFLAGS) ftpserv
-
- o.icmp: c.icmp h.global h.mbuf h.internet h.timer h.iface h.ip \
- h.netuser h.tcp h.icmp h.misc
- cc $(CFLAGS) icmp
-
- o.icmpcmd: c.icmpcmd h.global h.icmp h.mbuf h.netuser h.internet h.timer \
- h.ping h.domain h.misc
- cc $(CFLAGS) icmpcmd
-
- o.icmpdump: c.icmpdump h.global h.mbuf h.internet h.icmp h.trace h.timer \
- h.ip h.misc
- cc $(CFLAGS) icmpdump
-
- o.icmpmsg: c.icmpmsg h.global
- cc $(CFLAGS) icmpmsg
-
- o.iface: c.iface h.global h.iface h.misc
- cc $(CFLAGS) iface
-
- o.ip: c.ip h.global h.mbuf h.timer h.internet h.iface h.ip h.icmp
- cc $(CFLAGS) ip
-
- o.ipcmd: c.ipcmd h.global h.mbuf h.internet h.timer h.netuser h.iface \
- h.ip h.cmdparse h.icmp h.domain h.misc
- cc $(CFLAGS) ipcmd
-
- o.ipdump: c.ipdump h.mbuf h.internet h.timer h.iface h.ip h.trace \
- h.netuser h.tcp h.udp h.icmp h.misc
- cc $(CFLAGS) ipdump
-
- o.iproute: c.iproute h.global h.mbuf h.internet h.timer h.netuser h.ip \
- h.icmp h.iface h.trace h.misc
- cc $(CFLAGS) iproute
-
- o.kiss: c.kiss h.global h.mbuf h.iface h.kiss h.trace h.ax25 h.slip \
- h.misc
- cc $(CFLAGS) kiss
-
- o.lapb: c.lapb h.global h.mbuf h.timer h.ax25 h.netrom h.ip h.lapb
- cc $(CFLAGS) lapb
-
-
- o.lapbtime: c.lapbtime h.global h.mbuf h.ax25 h.timer h.lapb
- cc $(CFLAGS) lapbtime
-
- o.lcsum: c.lcsum h.global h.timer h.ip
- cc $(CFLAGS) lcsum
-
- o.main: c.main h.config h.global h.mbuf h.netuser h.timer h.icmp \
- h.iface h.ip h.tcp h.ax25 h.netrom h.ftp h.telnet h.session \
- h.cmdparse h.asy h.slip h.nrs h.trace h.arp h.ax_mbx h.finger \
- h.internet h.kiss h.lapb h.nr4 h.ping h.smtp h.udp h.misc \
- h.arc h.remote h.domain h.mem
- cc $(CFLAGS) main
-
- o.mbuf: c.mbuf h.global h.mbuf
- cc $(CFLAGS) mbuf
-
- o.misc: c.misc h.global h.misc
- cc $(CFLAGS) misc
-
- o.mem: c.mem h.global h.cmdparse h.mem h.misc
- cc $(CFLAGS) mem
-
- o.netuser: c.netuser h.global h.netuser h.misc
- cc $(CFLAGS) netuser
-
- o.nntpcli: c.nntpcli
- cc $(CFLAGS) nntpcli
-
- o.nr3: c.nr3 h.global h.mbuf h.iface h.timer h.arp h.slip h.ax25 \
- h.netrom h.nr4 h.lapb h.ip h.misc
- cc $(CFLAGS) nr3
-
- o.nr4: c.nr4 h.global h.mbuf h.timer h.ax25 h.lapb h.netrom h.nr4 \
- h.misc
- cc $(CFLAGS) nr4
-
- o.nr4subr: c.nr4subr h.global h.mbuf h.timer h.ax25 h.netrom h.nr4 h.lapb
- cc $(CFLAGS) nr4subr
-
- o.nr4timer: c.nr4timer global.h h.mbuf h.timer h.ax25 h.lapb h.netrom h.nr4 \
- h.misc
- cc $(CFLAGS) nr4timer
-
- o.nr4user: c.nr4user h.global h.mbuf h.timer h.ax25 h.lapb h.netrom h.nr4
- cc $(CFLAGS) nr4user
-
- o.nrcmd: c.nrcmd h.global h.config h.mbuf h.ax25 h.timer h.iface h.lapb \
- h.netuser h.netrom h.nr4 h.ax_mbx h.cmdparse h.session h.misc
- cc $(CFLAGS) nrcmd
-
- o.nrs: c.nrs h.global h.mbuf h.iface h.ax25 h.nrs h.asy h.trace h.arc \
- h.nrs
- cc $(CFLAGS) nrs
-
- o.nrsubr: c.nrsubr h.global h.mbuf h.timer h.ax25 h.netrom h.lapb
- cc $(CFLAGS) nrsubr
-
- o.pathname: c.pathname h.global
- cc $(CFLAGS) pathname
-
- o.session: c.session h.global h.config h.mbuf h.netuser h.timer h.tcp \
- h.ax25 h.lapb h.ftp h.telnet h.finger h.netrom h.nr4 h.session \
- h.cmdparse h.misc
- cc $(CFLAGS) session
-
- o.slip: c.slip h.global h.mbuf h.iface h.ax25 h.slip h.asy h.trace \
- h.timer h.ip h.arc
- cc $(CFLAGS) slip
-
- o.smisc: c.smisc h.global h.mbuf h.netuser h.timer h.tcp h.misc h.arc
- cc $(CFLAGS) smisc
-
- o.smtpcli: c.smtpcli h.global h.netuser h.mbuf h.timer h.tcp h.smtp \
- h.trace h.cmdparse h.misc h.arc h.domain
- cc $(CFLAGS) smtpcli
-
- o.smtpserv: c.smtpserv h.global h.mbuf h.netuser h.timer h.tcp h.smtp h.misc
- cc $(CFLAGS) smtpserv
-
- o.tcpcmd: c.tcpcmd h.global h.timer h.mbuf h.netuser h.internet h.tcp \
- h.cmdparse h.misc
- cc $(CFLAGS) tcpcmd
-
- o.tcpdump: c.tcpdump h.global h.mbuf h.netuser h.internet h.timer h.tcp \
- h.trace h.misc
- cc $(CFLAGS) tcpdump
-
- o.tcpin: c.tcpin h.global h.timer h.mbuf h.netuser h.internet h.tcp \
- h.icmp h.iface h.ip
- cc $(CFLAGS) tcpin
-
- o.tcpout: c.tcpout h.global h.timer h.mbuf h.netuser h.internet h.tcp
- cc $(CFLAGS) tcpout
-
- o.tcpsubr: c.tcpsubr h.global h.timer h.mbuf h.netuser h.internet h.tcp \
- h.misc
- cc $(CFLAGS) tcpsubr
-
- o.tcptimer: c.tcptimer h.global h.mbuf h.timer h.netuser h.internet h.tcp
- cc $(CFLAGS) tcptimer
-
- o.tcpuser: c.tcpuser h.global h.timer h.mbuf h.netuser h.internet h.tcp
- cc $(CFLAGS) tcpuser
-
- o.telnet: c.telnet h.global h.mbuf h.timer h.icmp h.netuser h.tcp \
- h.telnet h.session h.misc h.domain
- cc $(CFLAGS) telnet
-
- o.timer: c.timer h.global h.timer h.arc h.misc
- cc $(CFLAGS) timer
-
- o.tnserv: c.tnserv h.global h.mbuf h.timer h.icmp h.netuser h.tcp \
- h.telnet h.session h.misc
- cc $(CFLAGS) tnserv
-
- o.trace: c.trace h.global h.mbuf h.iface h.trace h.session h.misc
- cc $(CFLAGS) trace
-
- o.ttydriv: c.ttydriv h.global h.misc
- cc $(CFLAGS) ttydriv
-
- o.udp: c.udp h.global h.mbuf h.netuser h.udp h.internet h.misc
- cc $(CFLAGS) udp
-
- o.udpcmd: c.udpcmd h.global h.mbuf h.netuser h.udp h.internet h.cmdparse \
- h.misc
- cc $(CFLAGS) udpcmd
-
- o.udpdump: c.udpdump h.global h.mbuf h.netuser h.internet h.udp h.misc
- cc $(CFLAGS) udpdump
-
- o.version: c.version
- cc $(CFLAGS) version
-
- o.window: c.window h.global h.misc h.cmdparse h.config
- cc $(CFLAGS) window -IC:
-